The Podcasts Module
Apply every skill from this unit to build a real database from scratch — independently.
You have one lesson. At the end, you'll pitch your solution to the class — 2 minutes, one SQL query you're proud of.
Your Podcasts table must include the following fields. You may add more if you want.
| Field Name | Data Type | Notes |
|---|---|---|
| PodcastID ⭐ | AutoNumber | Primary key — auto-generated, unique |
| Title | Short Text | The podcast title (max 100 chars) |
| Host | Short Text | Name of the host(s) |
| Category | Short Text | e.g., Music, Crime, Comedy, Tech, Sport |
| Episodes | Number | Total number of episodes. Must be >= 1. |
| AvgListeners | Number | Average listeners per episode. Must be >= 0. |
| StartDate | Date/Time | When the podcast first launched |
| IsPremium | Yes/No | Is it a DataDrop Premium exclusive? |
You must write three SQL queries in Access SQL View. You'll record them in Step 3.
Design Your Database
Plan before you build. Fill in your design grid — the same way you did in Lesson 2.
Complete all columns. The primary key is done for you. Use the spec from the previous step.
| Field Name | Data Type | Required? | Validation Rule (if any) |
|---|---|---|---|
| PodcastID ⭐ | AutoNumber | Yes | — |
You'll need to add at least 10 realistic podcast records. Plan them here — mix up the categories, listener counts, and whether they're premium.
Build & Query
Create a new blank Access database called Podcasts.accdb. Build your table, add your data, and write your SQL queries.
Write all three SQL queries below. Run them in Access SQL View and record how many records each returns.
Final Checklist
Before you do your pitch, make sure your database meets the brief. Tick off each item.
The 2-Minute Pitch
You're presenting your Podcasts database to the DataDrop leadership team. Two minutes. One SQL query. Make it count.
Download all your answers from every section as a text file — then upload to Google Classroom.
You've completed the DataDrop database unit. You can now design databases, write SQL, build forms and reports — skills used every day at Spotify, Google, the NHS, and thousands of other organisations.